@font-face {
  font-family: "Lato Regular";
  src: url(../fonts/lato-regular.ttf);
}
html {
  font-family: "Lato Regular" sans-serif !important;
  background-color: white;
}
html a {
  text-decoration: none;
  color: #D6002E;
}
html body {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
html body .main.container {
  background: #f2f2f2;
  box-shadow: 0 0 10px #999999;
  margin-top: 33px;
  margin-bottom: 10px;
  padding: 20px;
}
html body .main.container .header {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  justify-content: center;
}
html body .main.container .header img {
  width: 50%;
  min-width: 330px;
}
html body .main.container .content p {
  text-align: center;
}
html body .main.container .content .contactbox {
  display: flex;
  margin-top: 50px;
  flex-direction: column;
}
html body .main.container .content .contactbox .icons {
  display: flex;
}
html body .main.container .content .contactbox .icons .icon {
  height: 64px;
  width: 64px;
  flex: 1;
}
html body .main.container .content .contactbox .text {
  display: flex;
}
html body .main.container .content .contactbox .text p {
  color: #D6002E;
  font-size: 22px;
  flex: 1;
  text-align: center;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1024px) {
  .contactbox {
    align-items: center;
    flex-direction: row !important;
  }
  .contactbox .icons {
    flex-flow: column wrap;
    justify-content: space-around;
    width: 20%;
  }
  .contactbox .icons .icon {
    margin-bottom: 30px;
  }
  .contactbox .text {
    justify-content: flex-start;
    flex-flow: column wrap;
    width: 80%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  html {
    background: #f2f2f2;
  }
  html body {
    width: 100%;
  }
  html body .main.container .content {
    width: 100%;
  }
  html body .main.container .content .contactbox .icons {
    justify-content: space-between;
  }
  html body .main.container .content .contactbox .icons .icon {
    width: 40px;
    height: 40px;
  }
  html body .main.container .content .contactbox .text {
    justify-content: center;
  }
  html body .main.container .content .contactbox .text p {
    padding-top: -40px;
  }
}

/*# sourceMappingURL=style.css.map */
